﻿.container {
	width: 1200px;
	margin: 0 auto;
}
.top1
{
	border-bottom: 1px solid #eee;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	
}
.top1 span{
	font-size: 10px;
	margin: 0 10px;
	color: #ccc;
}
.container1 {
	width: 1260px;
	margin: 0 auto;
}
.top {
/*box-shadow: 0px 5px 9px #00DAF2;*/
padding: 30px 0 25px 0;
margin-bottom: 1px;
z-index: 99999;
position: relative;
	
}


.nav
{position: relative;
z-index: 9999;
	background: -webkit-linear-gradient(-90deg, #0FAAE5, #00DAF2);
background: -o-linear-gradient(-90deg, #0FAAE5, #00DAF2);
background: -moz-linear-gradient(-90deg, #0FAAE5, #00DAF2);
background: linear-gradient(-90deg, #0FAAE5, #00DAF2);
	height: 55px;
	line-height: 55px;
	
}
 .nav li {
	float: left;
	font-size: 16px;
padding: 0 26px;
	 cursor: pointer;
 
	background: url(../images/line.png)no-repeat right center;
	position: relative;
}
 .nav li:last-child
{
	background: none;
}

.nav li a
{
	color: #fff;
	
}
.nav ul li.hover
{
	background: #0FAAE5;
}
 .nav .sub
{
	display: none;
	line-height: 30px;
	position: absolute;
	left: 0px;
	top:53px;
	width: 250px;
	padding: 10px 15px 20px 15px;
	background:#fafafa;
	border-top: 2px solid #1298E0;
/*	box-shadow: 2px 3px 11px #ccc;*/
	border-radius: 0 0 5px 5px;
	
}

.nav .sub a
{
	display: block;
	font-size: 12px;color: #999;
	border-bottom: 1px dotted #cacaca;
		text-indent: 1em;
	background: url(../images/jian2.png)no-repeat left center;
	
}
/*
 .nav li:hover .sub
{
	display: block;
	color: #1298E0;
}
*/


.nav .hover .sub
{
	display: block;
}

 .nav li .sub a:hover
{

	color: #1298E0;
}

/* 关键字样式 */
.guan {
	height: 40px;
	line-height: 40px;
	margin: 10px auto;
/*
	position: relative;
	z-index: 9999;
*/
}
.guan .hot-key {
	width: 800px;
	font-size: 13px;
}
.guan .hot-key h1
{
	float: left;
	font-weight: normal;
	
	
}
.guan .hot-key h4
{
	float: left;
	
	
	
}
.guan .hot-key b
{
		float: left;
}
.guan .hot-key a {
	color: #999;
	margin: 0 5px;
	font-size: 14px;
}
.guan .hot-key a:hover {
	color: #1298E0;
}
.search {
	border: 1px solid #eee;
	border-right: none;
	border-radius: 5px;
	height: 40px;
	width: 280px;
	line-height: 40px;
	position: relative;
}
.search i {
	margin-left: 10px;
}
.search input {
	margin: 0;
	padding: 0;
}
.search button {
	border: medium none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: -1px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	width: 70px;
	background: -webkit-linear-gradient(-90deg, #0FAAE5, #00DAF2); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(-90deg, #0FAAE5, #00DAF2); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-90deg, #0FAAE5, #00DAF2); /* Firefox 3.6 - 15 */
	background: linear-gradient(-90deg, #0FAAE5, #00DAF2); /* 标准的语法（必须放在最后） */
	overflow: hidden;
	border-radius: 0 5px 5px 0;
}
.footer {
	background: #393B40;
	padding: 70px 0px 40px 0px;
	margin-top: 80px;
	line-height: 28px;
	color: rgba(255,255,255,0.5)
}
.footer_l {
	margin-left: 90px;
}
.footer_r {
	width: 800px;
	margin-left: 40px;
	margin-right: 90px;
}
.footer_r p:first-child a {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}
.footer_r p:first-child a:hover {
	color: rgba(255,255,255,1)
}
.footer_r p:first-child span {
	margin-right: 12px;
	border-right: 1px solid rgba(255,255,255,0.4);
	height: 10px;
	display: inline-block;
	padding-right: 12px;
}
.footer_r p:nth-child(2) {
	border: 1px solid rgba(255,255,255,0.2);
	padding: 5px 0 5px 15px;
	margin: 10px 0;
}
.footer_r p:nth-child(2) span {
	margin-left: 20px;
}
.footer_r p:nth-child(3) span {
	margin-left: 20px;
}
